Information about plays

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

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

{
    "id": 381360,
    "uri": "https://api.kexp.org/v2/plays/381360/?format=api",
    "airdate": "2019-09-15T20:59:00-07:00",
    "show": 6348,
    "show_uri": "https://api.kexp.org/v2/shows/6348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moody's Mood",
    "track_id": "91e559b8-4d2e-30ef-97d0-a0e35a729c89",
    "recording_id": null,
    "artist": "Chuck Brown & The Soul Searchers",
    "artist_ids": [
        "ee60b539-6e37-403a-8716-1fddcece99be"
    ],
    "album": "Go Go Swing - DC Live Special",
    "release_id": "c294726b-3b45-4f76-9e84-9d5eff0a12e9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}