Information about plays

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

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

{
    "id": 349574,
    "uri": "https://api.kexp.org/v2/plays/349574/?format=api",
    "airdate": "2019-07-03T12:54:29-07:00",
    "show": 5823,
    "show_uri": "https://api.kexp.org/v2/shows/5823/?format=api",
    "image_uri": "http://coverartarchive.org/release/58b75a0c-17d5-4a0a-87ea-88cf85792b91/9487601580-250.jpg",
    "thumbnail_uri": "",
    "song": "Jeepster",
    "track_id": "d33cf778-0e5e-3f50-a7c2-408c86b73571",
    "recording_id": null,
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "20th Century Boy: The Ultimate Collection",
    "release_id": "58b75a0c-17d5-4a0a-87ea-88cf85792b91",
    "release_group_id": null,
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}