Information about plays

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

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

{
    "id": 533194,
    "uri": "https://api.kexp.org/v2/plays/533194/?format=api",
    "airdate": "2002-03-31T13:49:58-08:00",
    "show": 9235,
    "show_uri": "https://api.kexp.org/v2/shows/9235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DQSCNZV1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DQSCNZV1L._SL75_.jpg",
    "song": "Holyness, Righteousness, Light",
    "track_id": "6d376433-ac7c-4bb7-8ddf-0c0819937220",
    "recording_id": null,
    "artist": "Lee “Scratch” Perry",
    "artist_ids": [
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2"
    ],
    "album": "Jamaican E.T.",
    "release_id": "9177a1f1-9e0d-4dca-99c2-22bbf85ff6de",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}