Information about plays

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

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

{
    "id": 501919,
    "uri": "https://api.kexp.org/v2/plays/501919/?format=api",
    "airdate": "2001-12-30T10:20:00-08:00",
    "show": 8623,
    "show_uri": "https://api.kexp.org/v2/shows/8623/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pea Vine Blues",
    "track_id": "ef09fbe6-69bb-4d77-b221-2e943be2f4e0",
    "recording_id": null,
    "artist": "Charlie Musselwhite",
    "artist_ids": [
        "034c320b-0f58-4eca-8eb2-66cafac06b3b"
    ],
    "album": "Down The Dirt Road - The Songs Of Charley Patton",
    "release_id": "1a860aaa-5faa-4653-9aad-a024c56bdfae",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "release_date": "2001-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}