Information about plays

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

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

{
    "id": 532850,
    "uri": "https://api.kexp.org/v2/plays/532850/?format=api",
    "airdate": "2002-03-30T10:16:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Gyk-zuk1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Gyk-zuk1L._SL75_.jpg",
    "song": "One Draw",
    "track_id": "b7c1bfa5-9d4e-405e-a66e-8924bf3ddecc",
    "recording_id": null,
    "artist": "Rita Marley",
    "artist_ids": [
        "efc381ba-ea68-49ca-af91-bebdd40fe1d8"
    ],
    "album": "Who Feels It Knows It",
    "release_id": "afbcd3a7-cdff-4e9f-ae74-7c70ab468796",
    "release_group_id": null,
    "labels": [
        "Shananchie"
    ],
    "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"
}