Information about plays

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

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

{
    "id": 482891,
    "uri": "https://api.kexp.org/v2/plays/482891/?format=api",
    "airdate": "2001-11-02T15:28:25-08:00",
    "show": 8244,
    "show_uri": "https://api.kexp.org/v2/shows/8244/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5145GHW5AEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5145GHW5AEL._SL75_.jpg",
    "song": "She Loves Me",
    "track_id": "100d11c5-d084-4daf-b43a-a02b324a3b42",
    "recording_id": null,
    "artist": "Descendents",
    "artist_ids": [
        "f035837e-4117-438d-a524-cacf43500e68"
    ],
    "album": "Everything Sucks",
    "release_id": "fbfabe09-b250-4354-97c4-7a97cf289ce4",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1996-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}