Information about plays

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

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

{
    "id": 354322,
    "uri": "https://api.kexp.org/v2/plays/354322/?format=api",
    "airdate": "2019-07-14T14:23:47-07:00",
    "show": 5906,
    "show_uri": "https://api.kexp.org/v2/shows/5906/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Get Her Out Of My Mind",
    "track_id": "dab81c7b-986e-496c-86a9-30084b606011",
    "recording_id": null,
    "artist": "Shake Some Action!",
    "artist_ids": [
        "b28c9169-3ac0-478b-a7a3-f41627692f3b"
    ],
    "album": "Thirty Nine",
    "release_id": "ab9246d5-5a3d-43e5-960a-f8da90d6a859",
    "release_group_id": null,
    "labels": [
        "Satellite 451 Records"
    ],
    "label_ids": [
        "ba599f46-e33c-400e-996b-52752fb4107a"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thirty Nine is inspired by the Alfred Hitchcock classic 1935 film, The 39 Steps. A unique approach by writing an album intended to loosely accompany the film - one song for each major scene.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}