Information about plays

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

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

{
    "id": 504699,
    "uri": "https://api.kexp.org/v2/plays/504699/?format=api",
    "airdate": "2002-01-07T18:58:00-08:00",
    "show": 8680,
    "show_uri": "https://api.kexp.org/v2/shows/8680/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nwahulwana (unfinished)",
    "track_id": "1e61029b-e234-4099-bff9-1dfa5e413107",
    "recording_id": null,
    "artist": "Orchestra Marrabenta Star de Moçambique",
    "artist_ids": [
        "9d8a0023-2533-41fe-a520-4960c1910e34"
    ],
    "album": "Independance",
    "release_id": "30e59268-a2a0-49a8-8270-d55aace749f4",
    "release_group_id": null,
    "labels": [
        "Piranha"
    ],
    "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"
}