Information about plays

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

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

{
    "id": 1273847,
    "uri": "https://api.kexp.org/v2/plays/1273847/?format=api",
    "airdate": "2007-09-01T00:46:24-07:00",
    "show": 22295,
    "show_uri": "https://api.kexp.org/v2/shows/22295/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510nMQDIDAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510nMQDIDAL._SL75_.jpg",
    "song": "One Last Final Push",
    "track_id": "990828a0-56a8-4157-9a16-2c038f13927e",
    "recording_id": null,
    "artist": "They Shoot Horses Don't They?",
    "artist_ids": [
        "f57a3707-e260-4a78-be2b-ecf093e4340c"
    ],
    "album": "Pick Up Sticks",
    "release_id": "bc50d2d2-00cc-4766-90d9-19ad436aa596",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2007-06-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}