Information about plays

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

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

{
    "id": 487370,
    "uri": "https://api.kexp.org/v2/plays/487370/?format=api",
    "airdate": "2001-11-16T18:54:32-08:00",
    "show": 8337,
    "show_uri": "https://api.kexp.org/v2/shows/8337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Just Thought I'd Set You Straight",
    "track_id": "573ff0af-34cf-47b9-bd3e-fdd6a7d2039a",
    "recording_id": null,
    "artist": "Ted Harris",
    "artist_ids": [
        "36fa2b1b-615c-42fb-b104-223177a1b215"
    ],
    "album": "Don't Mess With My Ducktail",
    "release_id": "e8ff296a-652d-4f0f-86a1-1e4734d45846",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}