Information about plays

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

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

{
    "id": 2674812,
    "uri": "https://api.kexp.org/v2/plays/2674812/?format=api",
    "airdate": "2019-12-18T07:12:48-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "https://coverartarchive.org/release/98f1a3a6-25e5-4df2-86c4-99cf053732be/19140080625-250.jpg",
    "thumbnail_uri": "",
    "song": "Blue Rose",
    "track_id": "60f607a3-351a-46fc-b6d2-2b63930eca11",
    "recording_id": null,
    "artist": "Amen Dunes",
    "artist_ids": [
        "c926bc4a-97c9-4412-b56e-7e5844f09579"
    ],
    "album": "Freedom",
    "release_id": "98f1a3a6-25e5-4df2-86c4-99cf053732be",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2018-03-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amen Dunes played this song live in the KEXP studio last year! Here's the full performance: https://www.youtube.com/watch?v=4Ne3O7sTt-o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}