Information about plays

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

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

{
    "id": 501384,
    "uri": "https://api.kexp.org/v2/plays/501384/?format=api",
    "airdate": "2001-12-28T16:25:00-08:00",
    "show": 8609,
    "show_uri": "https://api.kexp.org/v2/shows/8609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61BHJwb-4FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61BHJwb-4FL._SL75_.jpg",
    "song": "Ajaka",
    "track_id": "d35b7050-a3f8-40d1-9129-c982cbc8ea22",
    "recording_id": null,
    "artist": "Gangbé Brass Band",
    "artist_ids": [
        "2f26a5dd-6807-45b8-800d-c5a9f40da117"
    ],
    "album": "Togbé",
    "release_id": "443aaba7-95c1-4aa3-a325-83ea405772bc",
    "release_group_id": null,
    "labels": [
        "Contrejour"
    ],
    "label_ids": [
        "716746de-3017-42dc-9972-89330b1837bd"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}