Information about plays

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

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

{
    "id": 1306651,
    "uri": "https://api.kexp.org/v2/plays/1306651/?format=api",
    "airdate": "2007-11-25T15:24:15-08:00",
    "show": 22858,
    "show_uri": "https://api.kexp.org/v2/shows/22858/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UQySD7LjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UQySD7LjL._SL75_.jpg",
    "song": "The False Husband",
    "track_id": "0c71631a-5862-4834-ae8f-257b64bca745",
    "recording_id": null,
    "artist": "Isobel Campbell and Mark Lanegan",
    "artist_ids": [
        "b5da400c-9a62-4686-b6fe-91518e57ce5d"
    ],
    "album": "Ballad of the Broken Seas",
    "release_id": "e32ae79a-336e-4d33-945c-8c5e8206dbd3",
    "release_group_id": null,
    "labels": [
        "V2 Records International"
    ],
    "label_ids": [
        "947c12a1-cf28-4380-a695-a944ad15e387"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}