Information about plays

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

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

{
    "id": 344510,
    "uri": "https://api.kexp.org/v2/plays/344510/?format=api",
    "airdate": "2019-06-21T23:56:00-07:00",
    "show": 5740,
    "show_uri": "https://api.kexp.org/v2/shows/5740/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Elevators (Me & You)",
    "track_id": "fdd2cdfa-5601-4cfc-b3ac-f1a06291b326",
    "recording_id": null,
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "ATLiens",
    "release_id": "a7a6ec18-9437-4a62-80f5-205922c3f9e6",
    "release_group_id": null,
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}