Information about plays

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

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

{
    "id": 502354,
    "uri": "https://api.kexp.org/v2/plays/502354/?format=api",
    "airdate": "2001-12-31T18:36:00-08:00",
    "show": 8633,
    "show_uri": "https://api.kexp.org/v2/shows/8633/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HRGcrfcZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HRGcrfcZL._SL75_.jpg",
    "song": "Bula Bula",
    "track_id": "84f811f4-86b1-49c4-87c9-5f7653b8b2b8",
    "recording_id": null,
    "artist": "Mabulu",
    "artist_ids": [
        "9006d21f-7aab-40df-877c-9707a8a73e89"
    ],
    "album": "Soul Marrabenta",
    "release_id": "6477cc86-436a-445f-bb53-8b59c56d6eae",
    "release_group_id": null,
    "labels": [
        "Riverboat (UK)"
    ],
    "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"
}