Information about plays

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

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

{
    "id": 418138,
    "uri": "https://api.kexp.org/v2/plays/418138/?format=api",
    "airdate": "2001-04-25T14:40:00-07:00",
    "show": 6986,
    "show_uri": "https://api.kexp.org/v2/shows/6986/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saudade",
    "track_id": "9989ab89-03fd-496a-849c-83f3c69384c0",
    "recording_id": null,
    "artist": "Trance Groove",
    "artist_ids": [
        "344881e4-9e92-4e54-a957-04b1dd1132eb"
    ],
    "album": "Driving South",
    "release_id": "d8b230d9-44b3-4265-8c95-89648474d3fc",
    "release_group_id": null,
    "labels": [
        "intuition"
    ],
    "label_ids": [
        "604acfd3-22a0-4881-90cd-23f28f67019b"
    ],
    "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"
}