Information about plays

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

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

{
    "id": 349729,
    "uri": "https://api.kexp.org/v2/plays/349729/?format=api",
    "airdate": "2019-07-03T19:49:11-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time and Place",
    "track_id": "66537e1d-5446-3cbb-b025-114c41d423f5",
    "recording_id": null,
    "artist": "Lee Moses",
    "artist_ids": [
        "21351ca4-8fb5-4a47-abd3-4443c2db1288"
    ],
    "album": "Time and Place",
    "release_id": "ffd37d17-bedf-44db-9d72-f8d05b1473e0",
    "release_group_id": null,
    "labels": [
        "Maple Records"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Light in the Attic reissued this album by the under-appreciated-in-his-time Lee Moses: http://lightintheattic.net/releases/2534-time-and-place",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}