Information about plays

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

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

{
    "id": 464542,
    "uri": "https://api.kexp.org/v2/plays/464542/?format=api",
    "airdate": "2001-09-09T19:26:15-07:00",
    "show": 7892,
    "show_uri": "https://api.kexp.org/v2/shows/7892/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61qivgLdWrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61qivgLdWrL._SL75_.jpg",
    "song": "Special Delivery",
    "track_id": "023382dd-7608-4b88-8be9-a5e1789d082e",
    "recording_id": null,
    "artist": "G. Dep",
    "artist_ids": [
        "14f533a1-2944-40ba-b5e1-ed97416e18d5"
    ],
    "album": "Child of the Ghetto",
    "release_id": "f215c397-2e2f-41b2-8632-4cabdeceee00",
    "release_group_id": null,
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [
        "29d43312-a8ed-4d7b-9f4e-f5650318aebb"
    ],
    "release_date": "2001-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}