Information about plays

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

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

{
    "id": 377259,
    "uri": "https://api.kexp.org/v2/plays/377259/?format=api",
    "airdate": "2019-09-06T00:39:53-07:00",
    "show": 6277,
    "show_uri": "https://api.kexp.org/v2/shows/6277/?format=api",
    "image_uri": "http://coverartarchive.org/release/cf02a9fc-e353-413b-85b2-cea562dbfaf2/23918297104-250.jpg",
    "thumbnail_uri": "",
    "song": "Nina",
    "track_id": "64dc2c9a-11eb-4c16-8ff4-6e4e4af48d21",
    "recording_id": null,
    "artist": "Rapsody",
    "artist_ids": [
        "d6302903-1f62-420a-8d8b-c54941ac754e"
    ],
    "album": "Eve",
    "release_id": "cf02a9fc-e353-413b-85b2-cea562dbfaf2",
    "release_group_id": null,
    "labels": [
        "Jamla Records"
    ],
    "label_ids": [
        "d0626ef3-bc3a-46d5-8aea-db5a07cad49e"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"An artist’s duty, as far as I’m concerned, is to reflect the times.\"\n\nThose are the words of the legendary singer and civil rights activist Nina Simone, whose raw and soulful voice opens the first track, \"Nina,\" on rapper Rapsody's newest album, \"Eve.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}