Information about plays

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

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

{
    "id": 452124,
    "uri": "https://api.kexp.org/v2/plays/452124/?format=api",
    "airdate": "2001-08-04T11:43:12-07:00",
    "show": 7646,
    "show_uri": "https://api.kexp.org/v2/shows/7646/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Laser Attack",
    "track_id": "23b7d4bc-99a3-421e-8810-71bb024e47f0",
    "recording_id": null,
    "artist": "Scientist",
    "artist_ids": [
        "90d63976-5e70-4c73-a500-eb67997d6ed2"
    ],
    "album": "Scientist Meets the Space Invaders",
    "release_id": "a170005e-07be-4df6-8ff7-5f4fd955775c",
    "release_group_id": null,
    "labels": [
        "Thompson Sound"
    ],
    "label_ids": [
        "1942a25b-c92d-4cf9-a066-0e2e50017094"
    ],
    "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"
}