Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/449478/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 449478,
    "uri": "https://api.kexp.org/v2/plays/449478/?format=api",
    "airdate": "2001-07-27T16:54:32-07:00",
    "show": 7597,
    "show_uri": "https://api.kexp.org/v2/shows/7597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HBD8RYFQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HBD8RYFQL._SL75_.jpg",
    "song": "One of Our Dholaks Is Missing",
    "track_id": "6d6b8e0f-c9d5-4ee4-9f75-0fd99432eff8",
    "recording_id": null,
    "artist": "Transglobal Underground",
    "artist_ids": [
        "19cccbd1-cdf7-4b41-8b08-3afe828fce42"
    ],
    "album": "Yes Boss Food Corner",
    "release_id": "9ae656b2-0cc0-4660-9779-b514c3112b0d",
    "release_group_id": null,
    "labels": [
        "Ark 21"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}