Information about plays

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

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

{
    "id": 381927,
    "uri": "https://api.kexp.org/v2/plays/381927/?format=api",
    "airdate": "2019-09-17T09:11:56-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?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": "Recorded in one take, this originally missed the UK Top 40 in 1984, though it made #1 in Belgium. The song was re-recorded with producer Stephen Hague. As Stephen explained, \"I heard the Bobby O version and thought it had potential. I felt it should be slowed down and the story told a little clearer. Neil and Chris agreed once they'd heard it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}