Information about plays

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

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

{
    "id": 502878,
    "uri": "https://api.kexp.org/v2/plays/502878/?format=api",
    "airdate": "2002-01-02T07:31:00-08:00",
    "show": 8642,
    "show_uri": "https://api.kexp.org/v2/shows/8642/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Parade! (and that's an order)",
    "track_id": "a830ff50-b931-4db3-936e-97d1e68f5e97",
    "recording_id": null,
    "artist": "Lapsus Linguae",
    "artist_ids": [
        "037faf2e-c000-4dd7-99e9-de5a1e940c7f"
    ],
    "album": "Parade! (and that's an order)",
    "release_id": "41b6adb4-24ca-4d03-8f57-dadfc5d03047",
    "release_group_id": null,
    "labels": [
        "Jonson Family Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}