Information about plays

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

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

{
    "id": 506496,
    "uri": "https://api.kexp.org/v2/plays/506496/?format=api",
    "airdate": "2002-01-13T03:02:00-08:00",
    "show": 8715,
    "show_uri": "https://api.kexp.org/v2/shows/8715/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11D2F2SN3DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11D2F2SN3DL._SL75_.jpg",
    "song": "Over the Ocean",
    "track_id": null,
    "recording_id": null,
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "The Curtain Hits the Cast",
    "release_id": "dcf16380-2f62-4de6-9fdf-37326b31220e",
    "release_group_id": null,
    "labels": [
        "Vernon Yard Recordings"
    ],
    "label_ids": [
        "46ba88df-c100-4ce9-a10b-58d7dc0af35c"
    ],
    "release_date": "1996-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}