Information about plays

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

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

{
    "id": 415812,
    "uri": "https://api.kexp.org/v2/plays/415812/?format=api",
    "airdate": "2001-04-17T19:06:40-07:00",
    "show": 6938,
    "show_uri": "https://api.kexp.org/v2/shows/6938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "la Sudan Ma'alesh",
    "track_id": null,
    "recording_id": null,
    "artist": "Rasha",
    "artist_ids": [
        "52572675-f7e6-435f-9dff-65c5e51d61da"
    ],
    "album": "Let Me Be",
    "release_id": "68de6852-0555-47e5-a1d9-5ece78be4baa",
    "release_group_id": null,
    "labels": [
        "NubeNegra"
    ],
    "label_ids": [
        "b2d97fd6-f2f6-4897-a359-2a7ecc1951ff"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}