Information about plays

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

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

{
    "id": 374988,
    "uri": "https://api.kexp.org/v2/plays/374988/?format=api",
    "airdate": "2019-08-31T21:45:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "River Deep Mountain High",
    "track_id": "3a95acc9-3835-43e2-9052-2543b382486d",
    "recording_id": null,
    "artist": "The Saints",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "(I'm) Stranded",
    "release_id": "c6226764-e52c-43d3-a5f5-cd194403369a",
    "release_group_id": null,
    "labels": [
        "Amsterdamned"
    ],
    "label_ids": [
        "bb3e85e4-214d-4fed-b9c6-4ce0a38906a7"
    ],
    "release_date": "1977-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}