Information about plays

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

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

{
    "id": 2675749,
    "uri": "https://api.kexp.org/v2/plays/2675749/?format=api",
    "airdate": "2019-12-20T04:25:00-08:00",
    "show": 46184,
    "show_uri": "https://api.kexp.org/v2/shows/46184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mango Meat",
    "track_id": "3ce301bc-29c5-42ce-b84e-7b8079633882",
    "recording_id": null,
    "artist": "Mandrill",
    "artist_ids": [
        "697ea2f4-4f79-466a-8c57-29d5455b68bd"
    ],
    "album": "Just Outside of Town",
    "release_id": "c453f453-c84b-4442-9472-c1a41847337f",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}