Information about plays

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

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

{
    "id": 533499,
    "uri": "https://api.kexp.org/v2/plays/533499/?format=api",
    "airdate": "2002-04-01T10:22:27-08:00",
    "show": 9242,
    "show_uri": "https://api.kexp.org/v2/shows/9242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21RXMNA81SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21RXMNA81SL._SL75_.jpg",
    "song": "High Rize",
    "track_id": "71f2e367-d270-436b-a49d-b80ccff08e94",
    "recording_id": null,
    "artist": "FCS North",
    "artist_ids": [
        "d30b41b8-06a9-40ef-801c-d66267edb10e"
    ],
    "album": "FCS North",
    "release_id": "a3a61ab3-84e5-42f0-b4e4-ca2c06a4a669",
    "release_group_id": null,
    "labels": [
        "Pacifico Records"
    ],
    "label_ids": [
        "459d0ebf-8b5d-47a8-9905-f56ff10d43bc"
    ],
    "release_date": "2000-11-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}