Information about plays

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

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

{
    "id": 483356,
    "uri": "https://api.kexp.org/v2/plays/483356/?format=api",
    "airdate": "2001-11-04T01:23:04-08:00",
    "show": 8256,
    "show_uri": "https://api.kexp.org/v2/shows/8256/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lcXXkEY1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lcXXkEY1L._SL75_.jpg",
    "song": "Paul Ha'penny / The Garden of Butterflies / The Broken Pledge / The Mother and Child Reel / Toss the Feathers",
    "track_id": "471e801d-2e7c-49c9-8da6-f1235ea6e8d3",
    "recording_id": null,
    "artist": "Martin Hayes & Dennis Cahill",
    "artist_ids": [
        "9c5fcae0-edcb-4c78-9a5d-0b65ee4ac658"
    ],
    "album": "The Lonesome Touch",
    "release_id": "b50add10-d74d-4fe0-a13e-638ddd9bbd63",
    "release_group_id": null,
    "labels": [
        "Green Linnet"
    ],
    "label_ids": [
        "4b62f424-6407-4b24-906a-d81f9bbd99a7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}