Information about plays

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

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

{
    "id": 376472,
    "uri": "https://api.kexp.org/v2/plays/376472/?format=api",
    "airdate": "2019-09-04T09:44:06-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gratitude",
    "track_id": "2cfb46d8-05e2-37f1-aeab-615330de54dd",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Check Your Head",
    "release_id": "4cd29b10-b533-3ece-a551-23f95a03cbdf",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Music video by The Beastie Boys performing Gratitude: https://www.youtube.com/watch?v=ZdJ5e70Q8mw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}