Information about plays

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

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

{
    "id": 449756,
    "uri": "https://api.kexp.org/v2/plays/449756/?format=api",
    "airdate": "2001-07-28T11:24:26-07:00",
    "show": 7602,
    "show_uri": "https://api.kexp.org/v2/shows/7602/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M-rrIPHfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M-rrIPHfL._SL75_.jpg",
    "song": "Here I Come",
    "track_id": "c6cb511e-c359-4d12-899f-975bdccc812f",
    "recording_id": null,
    "artist": "Barrington Levy",
    "artist_ids": [
        "8ddf3da1-dfa9-490a-93cc-7d4072319995"
    ],
    "album": "Here I Come",
    "release_id": "5afc38b9-0214-4193-a901-ed3440f4afcf",
    "release_group_id": null,
    "labels": [
        "Time"
    ],
    "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"
}