Information about plays

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

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

{
    "id": 481231,
    "uri": "https://api.kexp.org/v2/plays/481231/?format=api",
    "airdate": "2001-10-28T22:27:16-08:00",
    "show": 8217,
    "show_uri": "https://api.kexp.org/v2/shows/8217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21QV8J0B33L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21QV8J0B33L._SL75_.jpg",
    "song": "I Can't Pretend",
    "track_id": "d0eb723a-1717-4cda-bc60-d44d4818a677",
    "recording_id": null,
    "artist": "Billie Holiday",
    "artist_ids": [
        "d59c4cda-11d9-48db-8bfe-b557ee602aed"
    ],
    "album": "The Legacy 1933-1958",
    "release_id": "01ab06a7-49f5-4cb7-9ff6-29b998c2d9c7",
    "release_group_id": null,
    "labels": [
        "Columbia/Legacy"
    ],
    "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"
}