Information about plays

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

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

{
    "id": 478779,
    "uri": "https://api.kexp.org/v2/plays/478779/?format=api",
    "airdate": "2001-10-21T18:18:45-07:00",
    "show": 8169,
    "show_uri": "https://api.kexp.org/v2/shows/8169/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Ain't No Joke (live)",
    "track_id": "937ddb6f-7744-4a9f-ba62-e633abfdcb05",
    "recording_id": null,
    "artist": "Rakim",
    "artist_ids": [
        "2792b097-0b1d-4c50-97f6-f7f097f86438"
    ],
    "album": "The Archive: Live, Lost & Found",
    "release_id": "8d9a9555-eef8-4c74-8f25-610cc3a30456",
    "release_group_id": null,
    "labels": [
        "4th & Broadway"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}