Information about plays

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

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

{
    "id": 513370,
    "uri": "https://api.kexp.org/v2/plays/513370/?format=api",
    "airdate": "2002-02-01T23:46:00-08:00",
    "show": 8846,
    "show_uri": "https://api.kexp.org/v2/shows/8846/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51n3Po-LzJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51n3Po-LzJL._SL75_.jpg",
    "song": "Measure 3",
    "track_id": "79c84ea7-01fd-439c-b2bd-b38aafec618a",
    "recording_id": null,
    "artist": "matt pond PA",
    "artist_ids": [
        "d4a9be59-13e5-481b-8c68-833c5c1fd458"
    ],
    "album": "The Green Fury",
    "release_id": "c8d03e4e-f82f-4544-9d2d-cefd92a19146",
    "release_group_id": null,
    "labels": [
        "polivinyl"
    ],
    "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"
}