Information about plays

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

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

{
    "id": 382399,
    "uri": "https://api.kexp.org/v2/plays/382399/?format=api",
    "airdate": "2019-09-18T07:47:48-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "http://coverartarchive.org/release/3156d06a-b783-4eea-a336-89b8a4513872/4515611355-250.jpg",
    "thumbnail_uri": "",
    "song": "Mountain Song",
    "track_id": "a1b2dd7d-13d5-330b-a2ff-54d18108d6e6",
    "recording_id": null,
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Nothing’s Shocking",
    "release_id": "3156d06a-b783-4eea-a336-89b8a4513872",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's your request Morgan! And here's the music video: https://www.youtube.com/watch?v=1kAIMlISHhU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}