Information about plays

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

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

{
    "id": 483864,
    "uri": "https://api.kexp.org/v2/plays/483864/?format=api",
    "airdate": "2001-11-05T16:48:34-08:00",
    "show": 8265,
    "show_uri": "https://api.kexp.org/v2/shows/8265/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61On4kdnVSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61On4kdnVSL._SL75_.jpg",
    "song": "Peter Gunn",
    "track_id": "32c6e48e-5128-4eb6-99ba-66f6687e990c",
    "recording_id": null,
    "artist": "The Jody Grind",
    "artist_ids": [
        "4434d1fa-8f7c-46cb-af0b-738c72314242"
    ],
    "album": "One Man's Trash Is Another Man's Treasure",
    "release_id": "47bdb44f-a22c-489a-be3f-1c6d3181f25a",
    "release_group_id": null,
    "labels": [
        "DB Recs"
    ],
    "label_ids": [
        "f4f93634-1df8-4e31-be7f-46f799166bec"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}