Information about plays

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

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

{
    "id": 1275227,
    "uri": "https://api.kexp.org/v2/plays/1275227/?format=api",
    "airdate": "2007-09-04T16:23:25-07:00",
    "show": 22321,
    "show_uri": "https://api.kexp.org/v2/shows/22321/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51A7dAesTSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51A7dAesTSL._SL75_.jpg",
    "song": "Both Ends Burning",
    "track_id": null,
    "recording_id": null,
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Siren",
    "release_id": "c2dad882-7804-416d-980e-d06b8405e9cf",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}