Information about plays

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

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

{
    "id": 529644,
    "uri": "https://api.kexp.org/v2/plays/529644/?format=api",
    "airdate": "2002-03-21T13:54:34-08:00",
    "show": 9165,
    "show_uri": "https://api.kexp.org/v2/shows/9165/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poor Ellen Smith (feat. Neko Case)",
    "track_id": "5ae89e43-4dc5-455f-83a7-94e02dbe21a3",
    "recording_id": null,
    "artist": "the Pine Valley Cosmonauts",
    "artist_ids": [
        "dac6635a-d36f-4809-a4ad-2a4e2990c2e9"
    ],
    "album": "The Executioner's Last Songs, Volume 1",
    "release_id": "5c25256b-1471-40a1-bd2d-a5eb9b87d518",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}