Information about plays

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

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

{
    "id": 1313408,
    "uri": "https://api.kexp.org/v2/plays/1313408/?format=api",
    "airdate": "2007-12-12T19:13:56-08:00",
    "show": 22971,
    "show_uri": "https://api.kexp.org/v2/shows/22971/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bold Soul Sister",
    "track_id": null,
    "recording_id": null,
    "artist": "Ike Quebec",
    "artist_ids": [
        "d2301fc2-4416-477d-a4ca-5c5d98d0a998"
    ],
    "album": "The Art of Ike Quebec",
    "release_id": "5d070682-ad9e-4da6-aff4-fd16dc1a9263",
    "release_group_id": null,
    "labels": [
        "Time-Life Music"
    ],
    "label_ids": [
        "3a657e07-7f99-4baf-ab3b-53cdc941d73b"
    ],
    "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"
}