Information about plays

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

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

{
    "id": 534982,
    "uri": "https://api.kexp.org/v2/plays/534982/?format=api",
    "airdate": "2002-04-05T17:00:47-08:00",
    "show": 9267,
    "show_uri": "https://api.kexp.org/v2/shows/9267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mrs. Turner",
    "track_id": "64b86078-931d-4710-b196-4899b1e75fe6",
    "recording_id": null,
    "artist": "The National Trust",
    "artist_ids": [
        "c59dfb1c-e1fa-44f4-aad0-da81cf170dd2"
    ],
    "album": "Dekkagar",
    "release_id": "979838b6-3e56-4028-a984-7b3587383f14",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2002-04-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}