Information about plays

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

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

{
    "id": 420275,
    "uri": "https://api.kexp.org/v2/plays/420275/?format=api",
    "airdate": "2001-05-02T01:22:30-07:00",
    "show": 7033,
    "show_uri": "https://api.kexp.org/v2/shows/7033/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410QQGJ884L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410QQGJ884L._SL75_.jpg",
    "song": "Deanna",
    "track_id": "b41dcee8-716b-4e24-b34e-2d603e30b4a3",
    "recording_id": null,
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "The Best Of",
    "release_id": "f19a9196-66b4-4dab-88f0-6459e8e0ecdf",
    "release_group_id": null,
    "labels": [
        "Reprise"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}