Information about plays

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

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

{
    "id": 425834,
    "uri": "https://api.kexp.org/v2/plays/425834/?format=api",
    "airdate": "2001-05-18T20:31:18-07:00",
    "show": 7144,
    "show_uri": "https://api.kexp.org/v2/shows/7144/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JrBB6hY8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JrBB6hY8L._SL75_.jpg",
    "song": "We're Comin' In Loaded",
    "track_id": null,
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "Double Features: Harem Holiday / Girl Happy",
    "release_id": "df6b9040-a195-4a3b-8b11-99797279bc79",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}