Information about plays

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

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

{
    "id": 1285252,
    "uri": "https://api.kexp.org/v2/plays/1285252/?format=api",
    "airdate": "2007-09-30T03:28:54-07:00",
    "show": 22488,
    "show_uri": "https://api.kexp.org/v2/shows/22488/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51o9gy1DDLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51o9gy1DDLL._SL75_.jpg",
    "song": "Soul Kitchen",
    "track_id": "4cadb5c4-ac56-49c4-8b44-f81ebc3ae769",
    "recording_id": null,
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "Beyond and Back: The X Anthology",
    "release_id": "50f7e178-aa91-4dec-8a4d-ef7e4fb78a17",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "1997-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}