Information about plays

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

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

{
    "id": 533780,
    "uri": "https://api.kexp.org/v2/plays/533780/?format=api",
    "airdate": "2002-04-02T05:56:08-08:00",
    "show": 9246,
    "show_uri": "https://api.kexp.org/v2/shows/9246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Bj1ESXFiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Bj1ESXFiL._SL75_.jpg",
    "song": "Mindful Dub",
    "track_id": "e6a3f580-8895-44c2-a128-2b8a166ca237",
    "recording_id": null,
    "artist": "Culture",
    "artist_ids": [
        "dda3f50d-2205-40c6-8f70-223f2eacd92a"
    ],
    "album": "Culture in Dub",
    "release_id": "80cf33a5-7f41-4e50-a813-dd5ce400d4f1",
    "release_group_id": null,
    "labels": [
        "Heart Beat"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}