Information about plays

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

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

{
    "id": 451907,
    "uri": "https://api.kexp.org/v2/plays/451907/?format=api",
    "airdate": "2001-08-03T19:48:00-07:00",
    "show": 7642,
    "show_uri": "https://api.kexp.org/v2/shows/7642/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Are You With Me",
    "track_id": "b6dac330-2f52-4fb8-8c64-24675a5d327d",
    "recording_id": null,
    "artist": "Mel Robbins",
    "artist_ids": [
        "5ab3cead-5c18-4fb6-9bf4-0b7c5486074c"
    ],
    "album": "El Primitivo American Rock 'n' Roll and Rockabilly",
    "release_id": "19fe3cd4-221d-4865-b65b-1791fd23e392",
    "release_group_id": null,
    "labels": [
        "Ace Records"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}