Information about plays

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

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

{
    "id": 349451,
    "uri": "https://api.kexp.org/v2/plays/349451/?format=api",
    "airdate": "2019-07-03T05:28:47-07:00",
    "show": 5821,
    "show_uri": "https://api.kexp.org/v2/shows/5821/?format=api",
    "image_uri": "http://coverartarchive.org/release/c93c5450-067f-49e8-a8b0-ba482a611e96/23213321810-250.jpg",
    "thumbnail_uri": "",
    "song": "He",
    "track_id": "87508525-8b9f-465d-889e-3e431bb4413f",
    "recording_id": null,
    "artist": "Jai Paul",
    "artist_ids": [
        "312183e0-64ff-48df-a9f4-0804ca23a7d3"
    ],
    "album": "Do You Love Her Now / He",
    "release_id": "c93c5450-067f-49e8-a8b0-ba482a611e96",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2019-06-02",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After a seven year absence or so, UK musician Jai Paul returns with two new songs - https://youtu.be/VKOmW_KYcEA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}