Information about plays

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

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

{
    "id": 503409,
    "uri": "https://api.kexp.org/v2/plays/503409/?format=api",
    "airdate": "2002-01-03T19:12:00-08:00",
    "show": 8651,
    "show_uri": "https://api.kexp.org/v2/shows/8651/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511PK4VJ1XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511PK4VJ1XL._SL75_.jpg",
    "song": "The Ballad of Curtis Loew",
    "track_id": "b8435417-d982-4acd-b147-688baf1eaf94",
    "recording_id": null,
    "artist": "Lynyrd Skynyrd",
    "artist_ids": [
        "c544ed4d-2390-4442-a83e-1ea2883b09c8"
    ],
    "album": "The Essential Lynyrd Skynyrd (disc 1)",
    "release_id": "5d998987-ab6d-4ffc-a5db-255436bb415a",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}