Information about plays

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

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

{
    "id": 2674856,
    "uri": "https://api.kexp.org/v2/plays/2674856/?format=api",
    "airdate": "2019-12-18T09:44:00-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Gotta Get Out of This Place",
    "track_id": "19db3987-fdb7-314a-a78e-bff0a1bb7263",
    "recording_id": null,
    "artist": "The Animals",
    "artist_ids": [
        "4d8afa16-4018-4ca8-8b5e-ede8f9314562"
    ],
    "album": "Retrospective",
    "release_id": "288740d0-8cce-4a93-9aeb-4e42d8d13d42",
    "release_group_id": null,
    "labels": [
        "ABKCO"
    ],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Animals lead singer Eric Burdon said: \"I've always viewed myself as a punk. The Animals could have evolved that way. We had the energy and the anger, but we didn't stick together. When the punk scene became commercial, I was all for the politics of the movement, but the music didn't really stand up and ultimately, it was self destructive.\" - https://bit.ly/2PyTDVf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}