Information about plays

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

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

{
    "id": 357360,
    "uri": "https://api.kexp.org/v2/plays/357360/?format=api",
    "airdate": "2019-07-21T18:52:00-07:00",
    "show": 5958,
    "show_uri": "https://api.kexp.org/v2/shows/5958/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Super Jake",
    "track_id": "37f12d65-b2d1-39f7-b765-c7e25a28a095",
    "recording_id": null,
    "artist": "Gary Davis",
    "artist_ids": [
        "4409b2eb-7efa-4463-ad32-f4dfdd589c2f"
    ],
    "album": "Chocolate Star: The Very Best of Gary Davis",
    "release_id": "7a74e45f-1ae7-4d4b-8ccc-833457508a48",
    "release_group_id": null,
    "labels": [
        "Traffic Entertainment Group"
    ],
    "label_ids": [
        "2a4bf94e-9dd7-4cce-b5b6-8c0325b3ea88"
    ],
    "release_date": "2006-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}