Information about plays

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

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

{
    "id": 2675332,
    "uri": "https://api.kexp.org/v2/plays/2675332/?format=api",
    "airdate": "2019-12-19T10:36:12-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ghost Who Walks",
    "track_id": "e91f1f19-e273-3219-99b1-30de8080b4b7",
    "recording_id": null,
    "artist": "Karen Elson",
    "artist_ids": [
        "3780151c-8a94-4fd3-96d4-a9bcea866444"
    ],
    "album": "The Ghost Who Walks",
    "release_id": "a487484a-7cb9-481b-b2c3-eef160de32b7",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2010-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Regarding the album title, Karen Elson told DJ Steve Lamacq of BBC Radio: \"The title was a nickname that I had at school. It was one of the nicer nicknames I had for being tall, pale and a little bit haunted.\" https://bit.ly/34GDn94",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}