Information about plays

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

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

{
    "id": 415424,
    "uri": "https://api.kexp.org/v2/plays/415424/?format=api",
    "airdate": "2001-04-16T19:00:00-07:00",
    "show": 6932,
    "show_uri": "https://api.kexp.org/v2/shows/6932/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/312GGBQX59L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/312GGBQX59L._SL75_.jpg",
    "song": "Lamban",
    "track_id": "fdc5c9ac-c06d-4054-9a5f-98166c76876a",
    "recording_id": null,
    "artist": "Amadu Bansang Jobarteh",
    "artist_ids": [
        "290acb6b-f530-443f-9d30-8d931050e7dc"
    ],
    "album": "Tabara -- Gambian Kora Music",
    "release_id": "a4d34b25-7e7c-413f-9dcd-a90fd9f2e738",
    "release_group_id": null,
    "labels": [
        "music of the world"
    ],
    "label_ids": [
        "fc5b706e-de11-4f9b-b79b-a7400a951c02"
    ],
    "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"
}