Information about plays

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

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

{
    "id": 1388248,
    "uri": "https://api.kexp.org/v2/plays/1388248/?format=api",
    "airdate": "2008-06-21T09:48:00-07:00",
    "show": 24232,
    "show_uri": "https://api.kexp.org/v2/shows/24232/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F1TxSA4QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F1TxSA4QL._SL75_.jpg",
    "song": "Throne of Blood",
    "track_id": null,
    "recording_id": null,
    "artist": "Prince Jammy ",
    "artist_ids": [
        "7d2f071d-ffa4-4ce7-bea2-0685374c1b2a"
    ],
    "album": "Kamikazi Dub",
    "release_id": "c973b5b3-ff90-4698-bc8c-5771896023c5",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}