Information about plays

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

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

{
    "id": 530528,
    "uri": "https://api.kexp.org/v2/plays/530528/?format=api",
    "airdate": "2002-03-24T02:31:00-08:00",
    "show": 9184,
    "show_uri": "https://api.kexp.org/v2/shows/9184/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61RQqDX4jXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61RQqDX4jXL._SL75_.jpg",
    "song": "She Don't Know",
    "track_id": "839f03a8-1b93-4bb4-b962-1bedd251cbf9",
    "recording_id": null,
    "artist": "Five Horse Johnson",
    "artist_ids": [
        "1a63ea7b-f479-4f15-a973-0d62f312095c"
    ],
    "album": "Fat Black Pussy Cat",
    "release_id": "9c047ca7-dd1b-427a-873c-7c504cfb9bb5",
    "release_group_id": null,
    "labels": [
        "Small Stone Records"
    ],
    "label_ids": [
        "a214c279-08ef-42be-a4e5-6f9a91317aa9"
    ],
    "release_date": "1999-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}