Information about plays

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

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

{
    "id": 1338162,
    "uri": "https://api.kexp.org/v2/plays/1338162/?format=api",
    "airdate": "2008-02-13T08:22:18-08:00",
    "show": 23383,
    "show_uri": "https://api.kexp.org/v2/shows/23383/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make Forever Last Forever",
    "track_id": "4e0b79d2-577a-4c5a-b1a2-93c519cc7118",
    "recording_id": null,
    "artist": "Apes and Androids",
    "artist_ids": [
        "781d647c-1434-41e2-915e-24b4525eb57d"
    ],
    "album": "Blood Moon",
    "release_id": "e25afaf2-c73c-4269-bb05-39784c188390",
    "release_group_id": null,
    "labels": [
        "& Records"
    ],
    "label_ids": [
        "940ecde0-325c-48e6-8bbb-fb1e151fd7f4"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}