Information about plays

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

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

{
    "id": 503418,
    "uri": "https://api.kexp.org/v2/plays/503418/?format=api",
    "airdate": "2002-01-03T19:37:00-08:00",
    "show": 8651,
    "show_uri": "https://api.kexp.org/v2/shows/8651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Highway Paved With Pain",
    "track_id": "0c08f6f0-d28a-485a-9e33-ea24fc61fc4c",
    "recording_id": null,
    "artist": "Lonesome River Band",
    "artist_ids": [
        "1d281e8f-a774-4330-82d6-81fcc880d1cd"
    ],
    "album": "Old Country Town",
    "release_id": "bd7ff263-c3e6-4f2d-a25d-450796f57614",
    "release_group_id": null,
    "labels": [
        "Sugar Hill"
    ],
    "label_ids": [],
    "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"
}