Information about plays

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

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

{
    "id": 357214,
    "uri": "https://api.kexp.org/v2/plays/357214/?format=api",
    "airdate": "2019-07-21T09:58:00-07:00",
    "show": 5955,
    "show_uri": "https://api.kexp.org/v2/shows/5955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That's How Strong My Love Is",
    "track_id": "f700fc14-942d-34f5-ab1f-4f8253722a97",
    "recording_id": null,
    "artist": "Candi Staton",
    "artist_ids": [
        "6afcc957-d742-41c6-ad0b-31b2f1967353"
    ],
    "album": "Evidence: The Complete Fame Records Masters",
    "release_id": "4e0c8a4a-2e5d-4396-a2b6-fca0163b2c1f",
    "release_group_id": null,
    "labels": [
        "Kent Records"
    ],
    "label_ids": [
        "c83ef7af-0ef7-4135-beae-83f73cb5e5a4"
    ],
    "release_date": "2011-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}