Information about plays

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

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

{
    "id": 490246,
    "uri": "https://api.kexp.org/v2/plays/490246/?format=api",
    "airdate": "2001-11-25T15:33:00-08:00",
    "show": 8397,
    "show_uri": "https://api.kexp.org/v2/shows/8397/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CZQY-r8FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CZQY-r8FL._SL75_.jpg",
    "song": "Ghetto Youth",
    "track_id": "470fd13b-eb7f-4ee9-b9d4-3e0525f5058e",
    "recording_id": null,
    "artist": "Freestyle Fellowship",
    "artist_ids": [
        "d283285b-5984-4214-ab5d-e70f9c96b63d"
    ],
    "album": "Temptations",
    "release_id": "eaea8abc-d31c-4f0c-966a-e3832c785ed6",
    "release_group_id": null,
    "labels": [
        "Project Blowed"
    ],
    "label_ids": [
        "16e3feec-8f18-4ef7-8042-90d0266148e5"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}