Information about plays

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

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

{
    "id": 348329,
    "uri": "https://api.kexp.org/v2/plays/348329/?format=api",
    "airdate": "2019-06-30T18:03:00-07:00",
    "show": 5806,
    "show_uri": "https://api.kexp.org/v2/shows/5806/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maria Fumaça",
    "track_id": "7410b816-4148-37a9-bc51-91ee6cd05979",
    "recording_id": null,
    "artist": "Banda Black Rio",
    "artist_ids": [
        "2b99cd8e-55de-4a42-9cb8-6489f3195a4b"
    ],
    "album": "Best of Banda Black Rio",
    "release_id": "44903b3c-0633-3890-8713-dc6f005e6bfb",
    "release_group_id": null,
    "labels": [
        "Universal Sound"
    ],
    "label_ids": [
        "ff7665f3-5459-4940-87b7-12edcc08c834"
    ],
    "release_date": "1996-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}