Information about plays

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

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

{
    "id": 452848,
    "uri": "https://api.kexp.org/v2/plays/452848/?format=api",
    "airdate": "2001-08-06T17:16:40-07:00",
    "show": 7662,
    "show_uri": "https://api.kexp.org/v2/shows/7662/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61df3m0OM-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61df3m0OM-L._SL75_.jpg",
    "song": "Mental Obsession",
    "track_id": "0dd776e4-3417-4832-a903-5b5dae8d5c09",
    "recording_id": null,
    "artist": "Tullycraft",
    "artist_ids": [
        "1d25e697-096d-43b1-94bd-74e0619c5567"
    ],
    "album": "Old Traditions, New Standards",
    "release_id": "dacaa7e1-d0c1-40a4-8333-490bbcef36e5",
    "release_group_id": null,
    "labels": [
        "Harriet"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}