Information about plays

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

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

{
    "id": 1178031,
    "uri": "https://api.kexp.org/v2/plays/1178031/?format=api",
    "airdate": "2006-12-28T19:48:05-08:00",
    "show": 20656,
    "show_uri": "https://api.kexp.org/v2/shows/20656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VG9FHE22L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VG9FHE22L._SL75_.jpg",
    "song": "Dirt",
    "track_id": "b432a3fd-7297-48a4-9431-2b233cc19b79",
    "recording_id": null,
    "artist": "Chris Knight",
    "artist_ids": [
        "956f2c57-97f3-4a0b-b5ca-576d367dc822"
    ],
    "album": "Enough Rope",
    "release_id": "5d2ad712-b286-4363-9738-566df6e9d184",
    "release_group_id": null,
    "labels": [
        "Drifter's Church Productions / IODA"
    ],
    "label_ids": [
        "b8f6d7d5-e4ac-4e35-a16c-8d785928f68b"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}