Information about plays

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

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

{
    "id": 502363,
    "uri": "https://api.kexp.org/v2/plays/502363/?format=api",
    "airdate": "2001-12-31T19:18:00-08:00",
    "show": 8633,
    "show_uri": "https://api.kexp.org/v2/shows/8633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sabrina/Gaz Naturel",
    "track_id": "657cd20e-2161-481e-ae5f-9c277eca9f38",
    "recording_id": null,
    "artist": "Gnawa Diffusion",
    "artist_ids": [
        "7c7a623f-18b8-4524-b5b7-15e27418e599"
    ],
    "album": "Tea In Marrakech",
    "release_id": "4d1e87f3-1e18-4cba-90ae-c670eefca884",
    "release_group_id": null,
    "labels": [
        "Earthworks"
    ],
    "label_ids": [
        "325a0b7f-8f6f-4bc2-b12b-0360bf3871c0"
    ],
    "release_date": "2001-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}