Information about plays

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

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

{
    "id": 368512,
    "uri": "https://api.kexp.org/v2/plays/368512/?format=api",
    "airdate": "2019-08-17T01:41:00-07:00",
    "show": 6140,
    "show_uri": "https://api.kexp.org/v2/shows/6140/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Maybe",
    "track_id": null,
    "recording_id": null,
    "artist": "Syreeta",
    "artist_ids": [
        "5cfeec75-f6e2-439c-946d-5317334cdc6c"
    ],
    "album": "Syreeta",
    "release_id": "30e7a835-e7c1-4594-98dd-59677076e8dd",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1972-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}