Information about plays

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

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

{
    "id": 2674848,
    "uri": "https://api.kexp.org/v2/plays/2674848/?format=api",
    "airdate": "2019-12-18T09:10:12-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "https://coverartarchive.org/release/261de123-7315-4a2f-8c40-3dad9092313e/13966486222-250.jpg",
    "thumbnail_uri": "",
    "song": "Hurt",
    "track_id": "65761f36-7e3d-3a90-9cea-b4801d1b4578",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "American IV: The Man Comes Around",
    "release_id": "261de123-7315-4a2f-8c40-3dad9092313e",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2002-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nine Inch Nails cover. Trent Reznor was flattered but when he first heard this cover by Johnny Cash, Reznor said, \"Hearing it was like someone kissing your girlfriend. It felt invasive\" - https://bit.ly/2pgYhNG",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}