Information about plays

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

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

{
    "id": 378960,
    "uri": "https://api.kexp.org/v2/plays/378960/?format=api",
    "airdate": "2019-09-10T02:59:03-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/44bee61d-4898-30a4-a25a-411eb68c746c/15326745855-250.jpg",
    "thumbnail_uri": "",
    "song": "West End Girls",
    "track_id": "bb57fa84-9b6d-37b9-88dd-f6eb189e3b69",
    "recording_id": null,
    "artist": "Pet Shop Boys",
    "artist_ids": [
        "be540c02-7898-4b79-9acc-c8122c7d9e83"
    ],
    "album": "Discography: The Complete Singles Collection",
    "release_id": "44bee61d-4898-30a4-a25a-411eb68c746c",
    "release_group_id": null,
    "labels": [
        "EMI Records USA"
    ],
    "label_ids": [
        "3b76dfe7-0a2d-401a-86a7-f1a30c480e0d"
    ],
    "release_date": "1991-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pet Shop Boys are still touring and being much older boys.  https://petshopboys.co.uk/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}